Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| nomadForum | Home | Login | Register |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Good looking site
Whiskey5 (Profile): (2025-01-27 14:11:41 (UTC))
Your site is looking good thanks for sharing and
supporting the community with your work!

Comments Add comment
AutumnSpark1226 (DEV) (Profile): (2025-01-27 21:25:10 (UTC))
Thank you!

Whiskey5a (Profile): (2025-02-02 11:56:49 (UTC))
I tried to implement your forum script on my node but was getting some errors ./n something went wrong... An error occured Traceback (most recent call last): File "/home/pi/.nomadnetwork/storage/pages/nomadForum/index.mu", line 32, in < module> link_id, remote_identity = main.handle_ids() File "/home/pi/.nomadnetwork/storage/pages/nomadForum/main.py", line 261, in h andle_ids sys.exit(0) SystemExit: 0

Whiskey5a (Profile): (2025-02-02 11:57:46 (UTC))
If you have any insight on that error it would be appreciated . I will spend more time on it in a couple days.

AutumnSpark1226 (DEV) (Profile): (2025-02-03 09:19:28 (UTC))
Are you trying to access it on the same node it's hosted on via the browse node option in node info?
This way no link_id is generated (because no link was established). nomadForum does currently not allow running without a link_id because all authentication mechanism use the link_id as a verification method. I might add an option to allow running without it. Please note that this might potentially be less secure.

Whiskey5a (Profile): (2025-02-03 10:33:27 (UTC))
Yup, that is exactly what I was doing! I will try it from another machine running MeshChat and a different id thanks.

AutumnSpark1226 (DEV) (Profile): (2025-02-03 19:41:56 (UTC))
I implemented a way to use the forum on the same node it's hosted on. You can set bypass_link_id_requirement_on_local_connection = True in main.py Note that this might decrease the forum's security.

Whiskey5a (Profile): (2025-02-03 22:00:52 (UTC))
I appreciate that, I'm tied up for the next few days, I will mess with it next weekend.

adingbatponder (Profile): (2025-02-03 22:30:28 (UTC))
Totally agree. This is just brilliant. Thanks a million.